home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / bbs / server / octb_074 / language / language.ric < prev   
Encoding:
Text File  |  1997-02-08  |  27.0 KB  |  620 lines

  1. ;
  2. ;  Language file for The Octopus GEM/TOS Bulletin Board System
  3. ;  written by me (Koos Kuil) on 05 Jan 1996
  4. ;
  5. ;  Updated for Octopus v0.74alpha-8, default English Language module
  6. ;
  7. ;  Edited 27 Jan 1997 by Rich Tietjens
  8. ;
  9. ;  WARNING: Be sure that all % chars are available in the Language
  10. ;           dependent lines, when they are missing or swapped (when
  11. ;           there are 2 or more existing), Bombs or garbage are the
  12. ;           result when the concerning line is send.
  13. ;
  14. ;  When you want to make a translation use this Language file as
  15. ;  basic because this one is allways up-to date with new Octopus
  16. ;  versions.  Don't make selection lines (menu bars) to large, think
  17. ;  about the screen width and keep it short.
  18. ;
  19. ;  This Language file is done on very low-level C niveau, when you
  20. ;  do not understand C, be carefull!
  21. ;
  22. ;  \f    Form feed (Clear Screen)
  23. ;  \n    Line Feed
  24. ;  \r    Carrige Return
  25. ;
  26. ;  Colors are available by adding the following magics hexadecimal
  27. ;  values (these are internal codes).
  28. ;
  29. ;  F_RESET         \x0e      Foreground colors
  30. ;  F_RED           \x0f
  31. ;  F_GREEN         \x10
  32. ;  F_YELLOW        \x11
  33. ;  F_BLUE          \x12
  34. ;  F_MAGENTA       \x13
  35. ;  F_CYAAN         \x14
  36. ;  F_WHITE         \x15
  37. ;  F_BLACK         \x16
  38. ;
  39. ;  B_RESET         \x17      Background colors
  40. ;  B_RED           \x18
  41. ;  B_GREEN         \x19
  42. ;  B_YELLOW        \x1a
  43. ;  B_BLUE          \x1b
  44. ;  B_MAGENTA       \x1c
  45. ;  B_CYAAN         \x1d
  46. ;  B_WHITE         \x1e
  47. ;  B_BLACK         \x1f
  48. ;
  49. ;  AskYesNo ()
  50. ;
  51. ;  Format: "<No><Yes><Yes>..."   The first key is allways NO!
  52. ;
  53. Ask_YesNo   "NY\r"
  54. Say_Yes     "Yes\r\n"
  55. Say_No      "No\r\n"
  56. ;
  57. ;  More prompt
  58. ;
  59. Moreprompt  "More (Y,n,=) ? "
  60. ;
  61. ;  Keys for more prompt:  "<Nonstop><No><Yes>..."
  62. ;
  63. Moreprompt_keys  "=NY\r"
  64. ;
  65.  
  66. ; Archive text
  67.  
  68. Arch_unknown    "\rUnknown file format or compression method, press \x18(Enter)\x17 to continue..."
  69. Arch_compress   "\r\n\nCalling external %s archiver to compress(%12s)..."
  70. Arch_uncompress "\r\n\nCalling external %s archiver to uncompress..."
  71. Arch_file_id    "Found FILE_ID.DIZ description file"
  72.  
  73. ;
  74. ; Bulletin menu keys format:
  75. ;
  76. ; Backward  B
  77. ; Forward   F
  78. ; Goto      G
  79. ; Download  D
  80. ; Search    S
  81. ; Quit      Q
  82. ;
  83. Bulletin_menukeys   "BFGDSQ\r"
  84. ;
  85. ; Bulletin text
  86. ;
  87. Bull_scanning   "\fScanning Bulletin ...."
  88. Bull_backward   "Backward"
  89. Bull_forward    "Forward"
  90. Bull_goto       "\rGoto bulletin page number (1 - %d) : "
  91. Bull_inv_page   "\rInvalid page number %s, press \x18(Return)\x17..."
  92. Bull_search     "\rSearch for keyword "
  93. Bull_searching  "\tSearching..."
  94. Bull_notfound   "\r\n\nKeyword %s not found.\r\n"
  95. Bull_status     "\rBulletin: %s (%lu), page number %3d of %d pages. Select: "
  96. Bull_menutext   "\x11%s\x0e\r\n"
  97.                 "@F Forward  @B Backward  @D Download  @G Goto   @S Search  @Q Quit\r\n"
  98. Bull_nokeyw_bw  "\r%79s\rNo keywords found backward, reset keyword \x18(Y,n)\x17 ? "
  99. Bull_nokeyw_fw  "\r%79s\rNo keywords found forward, reset keyword \x18(Y,n)\x17 ? "
  100.  
  101. ; Editor text
  102.  
  103. Edit_title      "\f\x1a  Octopus Text Editor   \x17\r\n\n"
  104. Edit_header     "Begin entering your message text, word wrap is automatic at the end\r\n"
  105.                 "of each line; Enter 2 empty lines to exit edit mode.\r\n\n"
  106.  
  107. Edit_bar        "    +---------+---------+---------+---------+---------+---------+---------+\r\n\n"
  108.  
  109. Edit_filedesc   "Enter a description for this file, maximum 5 lines. Enter 2 empty lines \r\n"
  110.                 "to exit edit mode.    Use @S to save file or @Q to quit and lose it.\r\n\n"
  111.  
  112. Edit_menutext   "\r\n\n@C Continue  @D Delete  @I Insert  @Q Quit  @S Save\r\n"
  113.                       "@H Help      @L List    Select : "
  114.  
  115. Edit_saving     "\r\n\nSaving your message..."
  116. Edit_delete     "\r\n\nDelete line(s): "
  117. Edit_delete_f   "\r\n\nFirst line cannot be deleted."
  118. Edit_insert     "\r\n\nInsert line: "
  119. Edit_wrongline  "\rWrong line number, use line numbers between 1 and %d only!"
  120. Edit_listing    "Listing...\r\n"
  121. Edit_quit       "\r\n\nYour message text will be gone!   Do you really want to Quit \x18(Y,n)\x17 ? "
  122. ;
  123. ; New entry's for Octopus v0.68 Beta
  124. ;
  125. Edit_no_insert  "\r\n\nInsert lines while describing new uploads is not possible."
  126. ;
  127. ; Quote keys
  128. ;
  129. ; Format:    Edit_quote_keys <quit><no><yes>...
  130. ;
  131. Edit_quote      "\x18(Y,n,q)\x17 ? "
  132. Edit_quote_keys "QNY\r"
  133. ;
  134. ; Filebase menu keys
  135. ;
  136. ; Backward  B
  137. ; Forward   F
  138. ; Download  D
  139. ; Edit      E
  140. ; Help      H
  141. ; Tag       T
  142. ; Info      I
  143. ; Keyword   K
  144. ; Quit      Q
  145. ; Newfiles  N
  146. ; Search    S
  147. ;
  148. Filebase_menukeys  "BFDEHTIKQNS\r"
  149. ;
  150. ; Filebase edit taglist menu keys
  151. ;
  152. ; Untag all A
  153. ; Help      H
  154. ; Tag/Untag T
  155. ; Quit      Q
  156. ;
  157. Filebase_editkeys  "AHTQ"
  158. ;
  159. ; Filebase download menu keys
  160. ;
  161. ; Description  D
  162. ; Protocol     P
  163. ; Quit         Q
  164. ; Helptext     ?
  165. ; Autologoff   !
  166. ; Edit taglist E
  167. ;
  168. Filebase_downlkeys "DPQ?!E"
  169. ;
  170. ; Filebase text
  171. ;
  172. File_b_info     "Show information about file nr: "
  173. File_b_newfiles "Enter number of days or date '%s' for newfiles listing: "
  174. File_b_search   "Search for file: "
  175. File_b_tagfiles "Tag number(s): "
  176. File_bg_keyword "Enter keyword to search (No Wildcards!): "
  177. File_bl_keyword "Keyword: "
  178. File_transfer   "\r\n\nPlease start your %s now using %s...\r\n"
  179.                 "Press Control-X several times to abort transfer.\r\n\n"
  180. File_no_newfil  "No (more) new files found, please \x15Upload\x0e something!"
  181. File_no_keyword "No (more) files found with keyword \'%s\', please try another one."
  182.  
  183. File_back_edit  "\nBack from the Tag list options, select a menu option!\r\n\n"
  184. File_back_help  "\nBack from the Help Bulletin, select a menu option!\r\n\n"
  185.  
  186. ; Filebase menu entrys
  187.  
  188. File_bg_menu_1  "\f@B Backward @D Download  @E Edit  @F Forward @H Help @I Info @K Keyword\r\n"
  189. File_bg_menu_2    "@S Search   @N New files @T Tag   @Q Quit    Select: "
  190. File_bl_menu_1  "\f@B Backward  @D Download  @E Edit  @F Forward  @H Help  @I Info\r\n"
  191. File_bl_menu_2    "@K Keyword   @T Tag file  @Q Quit  Select: "
  192. File_ed_menu_1  "\f@A Untag all files  @T (un)Tag file(s)  @H Help  @Q Quit\r\n"
  193. File_ed_menu_2  "Select option: "
  194.  
  195. ; General text used in filebase
  196.  
  197. File_avail_areas "Listing of available file areas in group '\x10%s\x0e'...\r\n\n"
  198. File_select_area "\r\n\x18(B)\x17 Backward  \x18(F)\x17 Forward \x18(W)\x17 Width/Small list  \x18(Q)\x17 Quit  \x18(Return)\x17 for (more)\r\n"
  199.                  "Enter file area number or select option: "
  200. File_stats      "File Base statistics...\r\n"
  201. File_areas      "\nAvailable areas in File Group (%8s)\r\n\n"
  202. File_available  "\nTotal available files: %lu\r\nTotal size of files  : %lu Kbyte\r\n\n"
  203. File_newfiles   "\f\nEnter number of days or date '%s' for newfiles listing: "
  204. File_listing    "\f\nEnter a part of filename or \x18(Return)\x17 for start of listing: "
  205. File_search     "\f\nEnter keyword to search in all fileareas (no wildcards!): "
  206. File_info       "\f\nEnter the filename of the ARC/ARJ/LZH/ZIP or ZOO file: "
  207. File_notfound   "\r\n\nFile not found or no access.\r\n\n"
  208. File_exceed     "File (%-12s) will exceed your download limit, use \x18Edit\x17 for selection. "
  209. File_clear      "\rClear tagged files listing: Are you sure \x18(Y,n)\x17 ? "
  210. File_max_down   "\r\n\nMaximum download today. : %5ld kb       Total size of tagged files: %5lu kb\r\n"
  211.                       "Download remaining..... : %5d kb       \x19Green filenames\x17 are tagged.\r\n\n"
  212.  
  213. File_tot_tagged "\r\nTotal size of tagged files: %ld bytes    Approx download time: %d minutes\n"
  214. File_warning    "\r\nWarning, you might not have enough time left.\n"
  215.  
  216. File_continue   "\rPress \x18(Return)\x17 to continue..."
  217. File_upload     "\r\n\nEnter the filename you want to upload: "
  218. File_upload_thx "\r\n\nThank you very much for your upload!\r\n"
  219.                 "You'll get %ld minute(s) extra bonus time today.\r\n\n"
  220.  
  221. File_incoming   "\r\n\nScanning for incoming files...\r\n\n"
  222. File_found      "\rFound (%s) file: %s    size: %lu bytes\r\n\n"
  223.  
  224. File_moving     "\r\n\nMoving file (please wait) ..."
  225. File_autologoff "\r\nAutomatic logoff, press \x18(Space)\x17 to abort.\r\n"
  226. File_opt_avail  "\r\nAvailable filebase download options...\r\n\n"
  227.                 "@D  File descriptions (now %s).   @E  Edit taglist.\r\n"
  228.  
  229. File_opt_file   "\r\nFilename: (%12s)    Size: %ld bytes\r\n\n"
  230. File_opt_avail2 "@Q  Quit download.                 @P  Download protocol (%s)\r\n"
  231.                 "@?  Displays this help text.       @!  Start transfer & Logoff.\r\n"
  232.  
  233. File_fbs_fname  "\r\nEnter Filename, option or \x18(Return)\x17 to start Transfer: "
  234. File_fname      "\r\nEnter Option or press \x18(Return)\x17 to start Transfer: "
  235. File_descrip    "\r\n\nFile descriptions are now turned %s\r\n"
  236. File_invalid    "\r\n\nInvalid download option\r\n"
  237. File_notagged   "\r\n\nThere are no files tagged for downloading, please enter a filename.\n"
  238. File_nowildcard "\r\n\nPlease don't use wildcards, use only full filenames.\n"
  239. File_noreg      "\r\n\nIf your Sysop registers Octopus, you can download this file.\n"
  240. File_tagged     "\r\n\nTagged file: %s (%ld bytes)\n"
  241. File_exceed2    "\r\n\nThis file will exceed your download limit.\n"
  242. File_notfound2  "\r\n\nFile not found or no access.\n"
  243. ;
  244. ; A few new entry's for Octopus v0.68 Beta
  245. ;
  246. File_downlabort "\r\nDownload aborted!  Try again \x18(Y,n)\x17 ? "
  247. File_keeptagged "\r\nShould I keep the list of tagged files \x18(Y,n)\x17 ? "
  248. File_clr_tagged "\r\nListing of tagged files is cleared now!\r\n\n"
  249. File_dqwk_abort "\r\nQWK download aborted (file %s)  Try again \x18(Y,n)\x17 ? "
  250. File_nogroupacc "Sorry, you have no access to the file group \'%s\'.\r\n\n"
  251. ;
  252. ; Attribute menu keys
  253. ;
  254. ; Auditrequest   A
  255. ; Crash          C
  256. ; Filerequest    F
  257. ; Hold           H
  258. ; Killsent       K
  259. ; Local          L
  260. ; Orphan         O
  261. ; Private        P
  262. ; ReturnReceipt  R
  263. ; Received       V
  264. ; Sent           S
  265. ; Fileattach     W
  266. ;
  267. Mess_attribkeys    "ACFHKLOPRVSW\r\x1b"
  268. ;
  269. ; Messagebase text
  270.  
  271. Mess_all        "All"
  272. Mess_again      "Again"
  273. Mess_backward   "Backward"
  274. Mess_change     "Change"
  275. Mess_erase      "Erase"
  276. Mess_forward    "Forward"
  277. Mess_headeredit "Header edit"
  278. Mess_help       "Help"
  279. Mess_kludge     "Kludge"
  280. Mess_keyword    "Keyword"
  281. Mess_mark       "Mark"
  282. Mess_netreply   "Netmail reply"
  283. Mess_next_area  "Next area"
  284. Mess_prev_area    "Previous area"
  285. Mess_print        "Print msg"
  286. Mess_quit       "Quit"
  287. Mess_reply      "Reply"
  288. Mess_scan       "Scan"
  289. Mess_write      "Write"
  290. ;
  291. ; Message base status text
  292.  
  293. Mess_Fs_nmess   "(no messages available)"
  294. Mess_Fs_naccess "(no access to message)"
  295. Mess_Fs_nobackw "(no messages backward)"
  296. Mess_Fs_first   "(first message)"
  297. Mess_Fs_noforwd "(no messages forward)"
  298. Mess_Fs_last    "(last message)"
  299. Mess_Fs_repnetm "(reply to netmail)"
  300. Mess_Fs_norepbk "(no replies backward)"
  301. Mess_Fs_norepfw "(no replies forward)"
  302. Mess_Fs_noerase "(erase is not allowed)"
  303.  
  304. ; Message base menu bars
  305. ;
  306. ;   A Again
  307. ;   B Backward
  308. ;   C Change
  309. ;   D Download attached file
  310. ;   E Erase message
  311. ;   H Header edit & attribute edit
  312. ;   F Forward
  313. ;   G Goto
  314. ;   K Kludge
  315. ;   M Move
  316. ;   N Netmail Reply (quoted)
  317. ;   Q Quit
  318. ;   R Reply (quoted)
  319. ;   S Scan
  320. ;   W Write (allow header edit & upload message)
  321. ;   < Original
  322. ;   > Answer
  323. ;
  324. ; Normal message base menu bar options (ReadMessages)
  325. ;
  326. ; Message area menu keys are sorted in alfabetical order and are
  327. ; constant in Octopus (first key 'A' == allways Again, replace 'A'
  328. ; by another one if you want)       (Function not supported yet)
  329. ;
  330. Mess_areamenu_keys "ABCDEFGHKMNQRSW<>\r\x10"
  331. ;
  332. Mess_areamenu1  "@A Again  @B Backward @C Change @D Download @E Erase @F Forward @G Goto\r\n"
  333.                 "@H Header @K Kludge   @M Move   @N NetReply @Q Quit  @R Reply   @S Scan\n"
  334. Mess_areamenu2  "\r@W Write  @< Origin   @> Answer             Select: "
  335. ;
  336. ; Normal message base scan menu bar options
  337. ;
  338. Mess_scanmenu_keys "ABFGHKMNRQ\r"
  339. ;
  340. Mess_scanmenu1  "@A All   @B Backward  @F Forward  @G Goto  @H Help  @K Keyword @M Mark\r\n"
  341. Mess_scanmenu2  "@N Name  @R Replys    @Q Quit     Select scan option: "
  342. ;
  343. ; Own message base menu bar options
  344. ;
  345. Mess_ownmenu_keys  "ABCDEFGKNQRS+-\r\x10"
  346. ;
  347. Mess_ownmenu1   "@A Again  @B Backward  @C Clear     @D Download  @E Erase  @F Forward\r\n"
  348.                 "@G Goto   @K Kludge    @N NetReply  @Q Quit      @R Reply  @S Scan\r\n"
  349. Mess_ownmenu2   "@+ Area   @- Area      Select: "
  350. ;
  351. ; Own message base scan menu bar options
  352. ;
  353. Mess_ownscmenu_keys "FBGHQ\r"
  354. ;
  355. Mess_ownscmenu1 "@F Forward  @B Backward  @G Goto  @H Help  @Q Quit\r\n"
  356. Mess_ownscmenu2 "Select scan option: "
  357. ;
  358. ; Message attribute change menu bar options
  359. ;
  360. Mess_attmenu1   "@A AuditReq   @C Crash     @F FileReq  @H Hold      \x18(Return)\x17 - Accept\r\n"
  361. Mess_attmenu2   "@K Kill/Sent  @L Local     @O Orphan   @P Private   \x18(Escape)\x17 - No changes\r\n"
  362. Mess_attmenu3   "@R ReturnRec  @V Received  @S Sent     @W With File Select Attributes: "
  363.  
  364. ; Message base general text
  365.  
  366. Mess_nobackward "\r\n\nNo messages backward or no access.\r\n\n"
  367. Mess_noforward  "\r\n\nNo messages forward or no access.\r\n\n"
  368. Mess_nomarked   "\r\n\nThere are no marked messages to read.\r\n\n"
  369. Mess_goto       "Goto message : "
  370. Mess_goto_warn  "\rGoto will result in incorrect lastread pointers, quit \x18(Y,n)\x17 ? "
  371. Mess_clear      "\rDo you want to set all current marked mail as read \x18(Y,n)\x17 ? "
  372. Mess_clear_area "\rShould I set only the current area (No for all areas) \x18(Y,n)\x17 ? "
  373. Mess_clearing   "Busy setting all marked messages as read..."
  374. Mess_erasemsg   "\rDo you really want to erase this message \x18(Y,n)\x17 ? "
  375.  
  376. Mess_noaccess   "\r\n\nYou have no access to that message!\r\n\n"
  377. Mess_noclear    "\rClear doesn't work now.  Press \x18(Return)\x17 to continue..."
  378. Mess_askname    "Please enter the full name of the user and/or the fidonet node number."
  379. Mess_writemsg   "\r\n\nWrite a message\r\n\n"
  380.                       "Msg Date : %s\r\n"
  381.                       "From user: %s\r\n"
  382.                       "To user  : "
  383.  
  384. Mess_nodenr     "  node (x:xx/xx.x): "
  385. Mess_inv_node   "You didn't enter a valid fidonet number or known username!   Retry \x18(Y,n)\x17 ? "
  386. Mess_rep_back   "Reply backward"
  387. Mess_rep_noback "\r\n\nNo replies backward found.\r\n\n"
  388. Mess_rep_forw   "Reply forward"
  389. Mess_rep_noforw "\r\n\nNo replies forward found.\r\n\n"
  390. Mess_ask_pvt    "Should this be a PRIVATE message \x18(Y,n)\x17 ? "
  391.  
  392. Mess_quote_txt  "Quote message text \x18(Y,n)\x17 ? "
  393. Mess_quote_beg  "\rBegin quoting the original message text...\r\n"
  394. Mess_writemsg_2 "\r\n\nWrite Message\r\n\n"
  395. Mess_writemsgft "From: %s\r\nTo  : "
  396. Mess_writemsgsb "\r\nSubj: "
  397. Mess_scankeyw   "Scan for keyword : "
  398. Mess_scanname   "Scan username : "
  399. Mess_scanrep    "Scan replies"
  400. Mess_move       "\rMove messsage %d to area"
  401. Mess_move_inv   "\rInvalid message area %s (Press any key)"
  402. ;
  403. ;  The more prompt while displaying a message, the first
  404. ;  char is used to abort the message.
  405. ;
  406. Mess_more       "More \x18(Y,n,menu key)\x17 ? "
  407. Mess_more_keys  "NFBQRDWS<>"
  408. ;
  409. ; Mailscan
  410. Mess_allscan    "\r\n\nScanning messages to All...\r\n"
  411. Mess_mailscan   "\r\n\nScanning mail... (wait a few seconds)...  press \x18(Space)\x17 to abort.\r\n"
  412. Mess_nomail     "    \r\nNo new mailto you found .\n"
  413. Mess_scantot    "Scanned a total of %ld messages\r\n\n"
  414. Mess_foundmsgs  "Found %d messages to you, do you want to read it \x18(Y,n)\x17 ? "
  415.  
  416. Mess_download   "Download the attached file ( %ld bytes ) \x18(Y,n)\x17 ? "
  417. Mess_fileattach "@D Download attached file"
  418. Mess_ascii_fatt "This message contains a file for you, press (D) for download.\r\n\n"
  419.  
  420. Mess_searchkeywd "\fSearch for keyword inside message text in groups '\x10%s\x0e'\r\n\n"
  421.                  "(upper/lowercase are ignored) : "
  422. Mess_searching   "\r\nScanning inside message text for keyword '%s'\r\n"
  423. Mess_searcharea  "Searching message area %s\r\n"
  424.  
  425. Mess_scannewmail "\r\n\nScanning new mail in marked areas..."
  426. Mess_nonewmail   "\r\n\nNo new mail found in marked message areas.\r\n\n"
  427. ;
  428. ; New entry's for Octopus v0.68 Beta
  429. ;
  430. Mess_nogroupacc  "Sorry, you have no access to the message group \'%s\'.\r\n\n"
  431.  
  432. ; Misc text
  433.  
  434. Misc_subject    "\fOn what subject do you want to chat with the Sysop?\r\n>"
  435. Misc_sysop      "\x1b Sysop name:    %-26s (ESC) to exit chat mode              \x17"
  436. Misc_user       "\x18 You are user:  %-26s OCTOPUS %s   Time:           \x17"
  437. Misc_hello      "\r\n\nHello %s, the sysop is talking to you...\r\n\n"
  438. Misc_end        "\nEnd of chat, press \x18(Return)\x17 to continue... "
  439. Misc_wakeup     "I'm trying to wake up the sysop, press \x18(Space)\x17 to abort... "
  440. Misc_notavail   "\r\n\nThe sysop is not available now, do you want to leave a message \x18(y,n)\x17 ? "
  441. Misc_senseterm  "\fAutoSensing ANSI...    "
  442. Misc_timeout     "\fHello!  Are you there? Please respond by pressing \x18(Space)\x17 bar.\r\n"
  443.                 "Starting countdown to automatic disconnect...   "
  444.  
  445. ; Qwkreader text
  446.  
  447. Qwk_creating    "\f\nCreating QWK Mail Packet, press \x18(Space)\x17 to abort.\r\n\n"
  448. Qwk_processing  "Processing message area (%-20s), messages (%4d) ...\r\n"
  449. Qwk_abort       "\x0e\rAbort QWK mail processing \x18(Y,n)\x17 ? "
  450. Qwk_added       "\x0e\rAdded (%4d) messages in QWK packet.\r\n\n"
  451. Qwk_ask_batch   "\fShould I create the QWK packet \x1eOFFLINE\x17 (you must call back later) \x18(Y,n)\x17 ? "
  452. Qwk_already_req "\nThere's already a QWK Batch-Pack job for you, you should\r\n"
  453.                   "wait until it's ready (maybe a few hours).\r\n\n"
  454. Qwk_batch_info  "\r\nYour QWK batchpack request will be processed within a few hours\r\n\n"
  455.  
  456. Qwk_upload      "\r\n\nPlease Upload your QWK reply mail packet now using %s...\r\n"
  457.                 "Press Control-X several times to abort transfer.\r\n\n"
  458.  
  459. Qwk_import      "\r\n\nImporting QWK reply mail packet, please wait...\r\n\n"
  460. Qwk_unkn_netm   "> Node number (%s) unknown in Netmail message\n"
  461. Qwk_acc_denied  "> Write access denied to area (%s)\r\n"
  462. ;
  463. ; New entry's for Octopus v0.68 Beta
  464. ;
  465. Qwk_ask_auto    "\nDo you want a daily QWK mail packet automatically created \x18(Y,n)\x17 ? "
  466. Qwk_req_info    "\nYour QWK packet will be processed immediately after your logoff.\r\n\n"
  467.  
  468. ; Message area listings generated by Octopus are also used by QWK
  469.  
  470. Qwk_mess_areas  "Listing of available message areas in group '\x10%s\x0e'...\r\n\n"
  471. Qwk_avail_areas "Available message areas for QWK offline reader in group '\x10%s\x0e'...\r\n\n"
  472.  
  473. Qwk_select_area "\r\n\x18(B)\x17 Backward  \x18(F)\x17 Forward \x18(W)\x17 Width/Small list  \x18(Q)\x17 Quit  \x18(Return)\x17 for (more)\r\n"
  474.                  "Enter msg area (numbers) or select option: "
  475.  
  476. Qwk_select_mess "message area"
  477. Qwk_select_numm "area number(s)"
  478. Qwk_nomarked    "\fThere are no message areas marked for the QWK offline reader, please do this!\r\n\n"
  479. Qwk_max_days    "\r\nEnter maximum number of days for messages: "
  480.  
  481. ; Send/Recv text
  482.  
  483. Send_shell      "Wait a moment... Sysop is running an external shell...\r\n"
  484. Send_back       "\nSysop is back... Press \x18(Return)\x17 to continue..."
  485.  
  486. ; Script text
  487.  
  488. Scr_timeup      "\fTIME UP!  You have no more online time left today. See you...\r\n"
  489.  
  490. ; Userbase text
  491.  
  492. User_userlist   "\x18(UserList)\x17  Enter optional search pattern: "
  493. User_searching  "\f(Wait a second)  Searching userlist for '%s' patterns..."
  494. User_ulistnotf  "\r\n\nNo users found, please try another search pattern.\r\n\n"
  495. User_new_passw  "\r\n\nSelect a security password. 4 - 14 chars.    : "
  496. User_pw2short   "\r\n\nYour password is too short, select a new & longer password.\a"
  497. User_pwverify   "\r\nType your security password again to verify : "
  498. User_pw_diffrnt "\r\n\nYou didn't enter the same security passwords, try again.\a"
  499. User_pw_changed "\r\n\nYour password is now changed, please don't forget it.\r\n\n"
  500. User_new_scrlen "\r\nEnter the highest number you can see at the top for your screenlength: "
  501. User_inv_scrlen "\r\n\nUse only values between 10 and %d lines!"
  502. User_new_scrwid "\r\n\nEnter your screen width (usually 80 columns) :"
  503. User_inv_scrwid "\r\n\nUse only values between 80 and %d columns!"
  504. User_hotkeys    "\r\n\nDo you want to use fast menu hotkeys \x18(Y,n)\x17 ? "
  505. User_intruderlk "\r\n\nIntruder detection has been enabled, next login will be\r\n"
  506.                 "possible in about %d minutes!\r\n\nBye!\r\n"
  507. User_badcalls   "\r\n\nWARNING! %d failed logins since your last logon detected, be careful!\r\n\n"
  508.  
  509. ;
  510. ; Changed for alias support
  511. ;
  512. User_firstname  "\rEnter 'new' to startup newuser procedure or Alias or your\r\n"
  513.                   "first and last name : "
  514.  
  515. User_scanning   "\r\n\nScanning user file..."
  516. User_notfound   "\rUsername or Alias \'%s\' not found, did you enter \r\n"
  517.                   "it correctly (Y,n) ? "
  518.  
  519. User_newuser    "\r\n\nStarting newuser procedure..."
  520. User_fullname   "\r\n\nEnter your full (first & last) name : "
  521.  
  522. User_alias      "\r\n\nEnter a User alias/handle you want to use on this BBS : "
  523. User_dupalias   "\r\n\nThat user alias is already used on this BBS, try another one!"
  524. User_correct    "\r\n\nHave you entered all the information correctly (Y,n) ? "
  525. User_getpasswd  "Enter your security password : "
  526. User_badpasswd  "\r\nWrong Password!\a\r\n"
  527. User_nobirthd   "\r\n\nI don't have your birthday information, please enter your birthday\r\n"
  528.                       "Use only this format: %s     > "
  529. User_inv_birthd "\r\n\nPlease don't use other formats and enter it correctly, you can't\r\n"
  530.                 "skip this question.\a"
  531. User_register   "\r\x18 %s \x17\r\n\nPlease ask the Sysop to register Octopus, press any key now to continue...\r\n\n"
  532. User_sup_ansi   "Your display does support ANSI codes, do you accept %s \x18(Y,n)\x17 ? "
  533. User_ask_alias  "\r\n\nThis BBS permits alias-handled messagebases but you don't have an\r\n"
  534.                 "alias; please enter one now (use your real name if you prefer).\r\n\n"
  535. ;
  536. ; New entry's for Octopus v0.74alpha-7
  537. ;
  538. Mess_send_route  "\fYour message will be send to %s using the following route:\r\n\n"
  539.                  "%s -> %s (%d:%d/%d"
  540. Mess_enter_email "Enter an internet style E-mail address for the person to whom\r\n"
  541.                  "you're writing.   (Example: abcdefgh@abc.ef.gh)\r\n\n>"
  542. Mess_inv_email   "\r\n\nThe E-mail address you have entered is not valid, it does not\r\n"
  543.                  "have a '@' char which is needed.  Please enter a valid E-mail address!\r\n\n>"
  544. Mess_mail_header "    \r\n Message area         Message(s) to you...    Group name: %s\r\n"
  545.                  "\x11-----------------------------------------------------------------------------\x0e\n"
  546. ;
  547. File_upl_to_user "\r\nEnter the full username who are your files for, note that your\r\n"
  548.                  "uploaded files are removed automatically after a few  days.\r\n"
  549.                  ">"
  550. File_upl_sysop   "I think you want to upload a file for the SysOp, the file upload\r\n"
  551.                  "will result in a private upload.\r\n\n"
  552.  
  553. File_user_is_pnt "Username %s is a point on this BBS as %u:%u/%u.%u\r\n\n"
  554. File_user_hold   "Your uploaded files will be set on Hold for this point because this is much\r\n"
  555.                  "faster in practice and easier for him/her.\r\n"
  556.  
  557. File_user_is_node "Username %s is not a point on this BBS but known as %u:%u/%u.%u\r\n\n"
  558. File_user_notice  "The user will be notified that there is a file for him on Hold using\r\n"
  559.                   "a private netmail message.  When he receives it he can  decide to pick up\r\n"
  560.                   "the file or not.  The file is automatically deleted after a few weeks.\r\n"
  561. File_user_unknown "Username %s not in userlist,\r\n"
  562.                    "do you want to enter a new username \x18(Y,n)\x17 ? "
  563. File_user_known   "The user is known at this BBS so you can transfer a file to them\r\n"
  564. File_user_upload  "\nDo you want to upload the file now \x18(Y,n)\x17 ? "
  565. File_no_diskspace "\r\n\nDue lack of disk space file %s saved as READ-ONLY\r\n"
  566.                   "Please write a message to sysop for the file description\r\n\n"
  567. ;
  568. Misc_terminate   "\fSorry... your Sysop has terminated Octopus..."
  569. Misc_prg_exec    "\fSorry... your Sysop does a program change execution..."
  570. Misc_call_back     "\r\n\nCall back later... Bye!\r\n"
  571. Misc_shutdown    "\fSorry... your Sysop is shutting down the system or\r\n"
  572.                    "changing resolution...\r\n\n"
  573.                  "Call back later... Bye!\r\n"
  574. Qwk_need_ndx     "\f***   Does your Qwk offline reader need *.NDX files?  ***\r\n\n"
  575.                  "@Y  Yes, create Qwk packets including *.NDX files.\r\n"
  576.                  "@N  No,  my Qwk reader doesn't need this.\r\n\n"
  577.                  "Select (if you're not sure, select 'Yes'): "
  578. Qwk_add_news     "\f***  Do you want welcome & news files in you Qwk packet?  ***\r\n\n"
  579.                  "@Y  Yes, include these files with every Qwk packet.\r\n"
  580.                  "@N  No,  i don't need this.\r\n\n"
  581.                  "Select: "
  582. Qwk_unmark_areas "\f***   Unmark all marked message areas for offline reader?  ***\r\n\n"
  583.                  "@Y  Yes, Unmark all marked message areas.\r\n"
  584.                  "@N  No,  don't do it!\r\n\n"
  585.                  "Select: "
  586. Qwk_reset_lastrd "\f***   Reset all message lastread pointers? ***\r\n\n"
  587.                  "@Y  Yes, Reset all lastread pointers.\r\n"
  588.                  "@N  No,  don't do it!\r\n\n"
  589.                  "Select: "
  590. Qwk_set_maxmsgs  "\f***   Set Maximum messages/area for QWK offline reader ***\r\n\n"
  591.                  "Enter maximum number of messages, or \x18(Return)\x17 for no limit: "
  592.  
  593. User_list_header "\f\x15 Username, city           calls, last  Computer, modem\r\n"
  594.                  "\x0f-----------------------------------------------------------------------------\x0e"
  595. User_list_found  "\nTotal %ld users found with keyword '%s'\r\n\n"
  596. User_lastcall    "\fList of the last %d callers...\r\n\n"
  597.                      "Full name             City               Login time        Call Up     Down \r\n"
  598.                  "\x0f--------------------- ------------------ ---------------------- ------ -------\x0e\r\n"
  599. User_name2short     "\r\n\nYour full name is too short to use, please enter\r\n"
  600.                  "your real First and Last name (also Middle Name if needed): "
  601. User_name_wrong   "\r\n\nThe name %s does not have a first and last name!"
  602. User_name_dup     "\r\n\nThe name %s already in use on this BBS!"
  603. ;
  604. ; Updated by Octopus Language file compiler
  605. ; on 08 Feb 97 at 19:32:32
  606. ;
  607. Mess_scanown_bar "\f Msg#  Area name:       From user:                Subject:\r\n"
  608.                      "\x0f----- ---------------- ------------------------- ------------------------------\x0e"
  609. Mess_scan_bar    "\f Msg#  From user:               To user:                 Subject:\r\n"
  610.                   "\x0f----- ------------------------ ------------------------ -----------------------\x0e\r"
  611. Mess_no_msgs     "\fThere are no messages to read in this area until you write one.\r\n\n"
  612. Mess_Fs_readonly "(area is readonly)"
  613. Qwk_arealist_hdr "Nr.       area name       msgs. last.   description\r\n"
  614.                  "-----  - ---------------- ----- -----  ----------------------------------------\r\n"
  615. File_arealist_hdr "Nr.    area name           files   size       description\r\n"
  616.                   "----- -------------------- -----  --------- ----------------------------------\r\n"
  617. ;
  618. ;  End  OCTOPUS.LNG
  619. ;
  620.